net/http.http2writeQueue.push (method)

7 uses

	net/http (current package)
		h2_bundle.go#L11019: func (q *http2writeQueue) push(wr http2FrameWriteRequest) {
		h2_bundle.go#L11471: 	n.q.push(wr)
		h2_bundle.go#L11563: 		ws.zero.push(wr)
		h2_bundle.go#L11572: 	q.push(wr)
		h2_bundle.go#L11663: 		ws.control.push(wr)
		h2_bundle.go#L11674: 		ws.control.push(wr)
		h2_bundle.go#L11677: 	q.push(wr)